ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientResizingRow Property

In This Topic
    OnClientResizingRow Property (FlexGridBase<T>)
    In This Topic
    Occurs as rows are resized.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientResizingRow As String
    public virtual string OnClientResizingRow {get; set;}
    See Also